home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * The buffer management block structure.
- * RCB -> CTL_BUFF.
- *
- */
-
- struct ctl_buff
- {
- int In_count; /* τ¿ß½« íπΣÑα«ó ó« óσ«ñ¡«¼ »π½Ñ */
- int Out_count; /* τ¿ß½« íπΣÑα«ó ó óδσ«ñ¡«¼ »π½Ñ */
- struct Buffer *first_in; /* »Ñαóδ⌐ íπΣÑα ó« óσ«ñ¡«¼
- »π½Ñ */
- struct Buffer *first_out; /* »Ñαóδ⌐ íπΣÑα ó óδσ«ñ¡«¼
- »π½Ñ */
- };
-